#map {
    width: 100%;
    height: 400px;
}

.staff .fa-stack {
    font-size: 0.8rem;
    line-height: 1.6rem;
    margin-right: 1rem;
}
.staff b {
    font-size: 1.2rem;
}

.staff li {
    margin-bottom: 0.5rem;
}

.descinfo p {
    margin-bottom: 0;
}

.descinfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.descinfo li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 0.5rem;
    border-left: 5px solid var(--secondary-color);
}